#HTML <bdo>
The <bdo> HTML element overrides the current directionality of text, so that the text within is rendered in a different direction.
#Attributes
-
dir
: The direction in which text should be rendered in this element's contents. Possible values are:ltr
: Indicates that the text should go in a left-to-right direction.rtl
: Indicates that the text should go in a right-to-left direction.